home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / HSFORMULAEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  2.8 KB  |  77 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="HSFormula">
  3.   <description>
  4.     Given two inputs, the original image and the low-pass-filtered image, both converted to YIQA color space, the
  5.     Highlights and Shadows Formula Effect applies a formula to adjust the luminosity of highlight or shadow regions of
  6.     the image. This effect also provides a midtone contrast adjustment. This effect is not intended to be used
  7.     directly but it is the main component of the Highlights and Shadows Composite Effect.
  8.   </description>
  9.  
  10.   <property name="ShadowsAmount" type="float" default="0.0" label="Gain/amount in the shadows">
  11.     <range min="-1.0" max="4.0"/>
  12.     <comments>
  13.       Adjust the local contrast in the shadows.
  14.     </comments>
  15.   </property>
  16.  
  17.   <property name="MidtonesAmount" type="float" default="0.0" label="Gain/amount in the midtones">
  18.     <range min="-1.0" max="4.0"/>
  19.     <comments>
  20.       Adjust the local contrast in the midtones.
  21.     </comments>
  22.   </property>
  23.  
  24.   <property name="HighlightsAmount" type="float" default="0.0" label="Gain/amount in the highlights">
  25.     <range min="-1.0" max="4.0"/>
  26.     <comments>
  27.       Adjust the local contrast in the highlights.
  28.     </comments>
  29.   </property>
  30.  
  31.   <property name="ShadowsUpperLimit" type="float" default="0.5" label="Shadows upper limits">
  32.     <range min="0" max="0.75"/>
  33.     <comments>
  34.       Specifies the approximate range of tones in the shadows.
  35.     </comments>
  36.   </property>
  37.  
  38.   <property name="HighlightsLowerLimit" type="float" default="0.5" label="Highlights lower limit">
  39.     <range min="0.25" max="1.0"/>
  40.     <comments>
  41.       Specifies the approximate range of tones in the highlights.
  42.     </comments>
  43.   </property>
  44.  
  45.   <property name="ColorCorrection" type="float" default="0.5" label="Color Correction">
  46.     <range min="0.0" max="2"/>
  47.     <comments>
  48.       Adjust the saturation of colors in regions of the image that have changed.
  49.     </comments>
  50.   </property>
  51.  
  52.   <property name="BlackPoint" type="float" default="0.0" label="Black point">
  53.     <range min="-0.25" max="0.25"/>
  54.     <comments>
  55.       Specify the black tone value that should not change in the shadows.
  56.     </comments>
  57.   </property>
  58.  
  59.   <property name="WhitePoint" type="float" default="1.0" label="White point">
  60.     <range min="0.75" max="1.25"/>
  61.     <comments>
  62.       Specify the bright tone value that should not change in the highlights.
  63.     </comments>
  64.   </property>
  65.  
  66.     <property name="HighlightShadowWorkingColorSpace" type="int" default="1" label="Working Color Space">
  67.         <choice>ModifyYIQ</choice>
  68.         <choice>ModifyRGB</choice>        
  69.         <comments>
  70.             Specify in which color space modifications are applied.
  71.         </comments>
  72.     </property>
  73.  
  74.     <input index="0"/>
  75.   <input index="1"/>
  76. </effect>
  77.